home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / ArcadeCAR.swf / scripts / DefineButton2_205 / BUTTONCONDACTION on(keyPress h).as < prev    next >
Encoding:
Text File  |  2001-07-07  |  72 b   |  7 lines

  1. on(keyPress "h"){
  2.    tellTarget("horn")
  3.    {
  4.       play();
  5.    }
  6. }
  7.